From 80cd74fd0ed12f85fec00802500405067081ca37 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 3 Apr 2006 18:09:05 +0000 Subject: [PATCH] Mention that %NULL is allowed. (#336937, Christian Neumair) 2006-04-03 Matthias Clasen * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Mention that %NULL is allowed. (#336937, Christian Neumair) --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ gtk/gtkprogressbar.c | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 62bfa55503..43623106fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-04-03 Matthias Clasen + * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Mention + that %NULL is allowed. (#336937, Christian Neumair) + * gtk/gtkmain.c: Get rid of an unnecessary static variable. * gtk/gtktextlayout.c: Fix a warning. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 62bfa55503..43623106fb 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2006-04-03 Matthias Clasen + * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Mention + that %NULL is allowed. (#336937, Christian Neumair) + * gtk/gtkmain.c: Get rid of an unnecessary static variable. * gtk/gtktextlayout.c: Fix a warning. diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c index f574f28186..75edf5f810 100644 --- a/gtk/gtkprogressbar.c +++ b/gtk/gtkprogressbar.c @@ -1018,7 +1018,7 @@ gtk_progress_bar_pulse (GtkProgressBar *pbar) /** * gtk_progress_bar_set_text: * @pbar: a #GtkProgressBar - * @text: a UTF-8 string + * @text: a UTF-8 string, or %NULL * * Causes the given @text to appear superimposed on the progress bar. **/ -- 2.30.2